English Dictionary
◊ DID YOU MEAN SNACK COUNTER?
snack counter
n : usually inexpensive bar [syn: {snack bar}, {buffet}]
English Computing Dictionary
◊ STACK POINTER
stack pointer
(SP) A {register} or variable
pointing to the top of a {stack}. If the stack is a "full"
stack the SP points to the most recently {push}ed item, else
if it is an "empty" stack, the PS points to the first empty
location, where the next item will be pushed.
(1995-03-21)